home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™ 1987-1994 / MacHack™ '89 / Other stuff / Virus Encyclopedia / card_13728.txt < prev    next >
Encoding:
Text File  |  1989-06-08  |  2.8 KB  |  132 lines

  1. -- card: 13728 from stack: in
  2. -- bmap block id: 14320
  3. -- flags: 0000
  4. -- background id: 13335
  5. -- name: Vaccine Dialog
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=459 top=292 right=320 bottom=496
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1012 / 1012
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide card field Granted
  23.   hide card field Denied
  24.   visual effect venetian blinds
  25.   go to card "Vaccine"
  26. end mouseUp
  27.  
  28.  
  29.  
  30. -- part 2 (field)
  31. -- low flags: 01
  32. -- high flags: 2004
  33. -- rect: left=115 top=237 right=277 bottom=400
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 0
  37. -- font id: 3
  38. -- text size: 10
  39. -- style flags: 0
  40. -- line height: 13
  41. -- part name: Description
  42.  
  43.  
  44. -- part 3 (button)
  45. -- low flags: 00
  46. -- high flags: 2000
  47. -- rect: left=84 top=158 right=178 bottom=144
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Granted
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   hide card field Denied
  59.   show card field Granted
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 4 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=374 top=154 right=182 bottom=442
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Denied
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   hide card field Granted
  79.   show card field Denied
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 5 (field)
  85. -- low flags: 81
  86. -- high flags: 2004
  87. -- rect: left=113 top=288 right=329 bottom=399
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 0
  91. -- font id: 3
  92. -- text size: 10
  93. -- style flags: 0
  94. -- line height: 13
  95. -- part name: Granted
  96. ----- HyperTalk script -----
  97. on mouseDown
  98.   hide card field Granted
  99. end mouseDown
  100.  
  101.  
  102.  
  103. -- part 6 (field)
  104. -- low flags: 81
  105. -- high flags: 2004
  106. -- rect: left=113 top=288 right=329 bottom=399
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 0
  110. -- font id: 3
  111. -- text size: 10
  112. -- style flags: 0
  113. -- line height: 13
  114. -- part name: Denied
  115. ----- HyperTalk script -----
  116. on mouseDown
  117.   hide card field Denied
  118. end mouseDown
  119.  
  120.  
  121.  
  122. -- part contents for card part 2
  123. ----- text -----
  124.    This dialog shows what Vaccine would display if the nVIR virus was trying to infect your System.
  125.  
  126. -- part contents for card part 5
  127. ----- text -----
  128.    By hitting the Granted button you would let the nVIR virus infect your System!
  129.  
  130. -- part contents for card part 6
  131. ----- text -----
  132.    By hitting the Denied button you would keep the nVIR virus from infecting your System!